runtime.p.m (field)
18 uses
runtime (current package)
proc.go#L1698: if p.m != 0 {
proc.go#L1699: mp := p.m.ptr()
proc.go#L1700: p.m = 0
proc.go#L4472: pp.m = 0
proc.go#L5787: gp.m.p.ptr().m = 0
proc.go#L5791: pp.m = 0
proc.go#L5830: pp.m.set(mget())
proc.go#L5884: if pp.m != 0 || pp.status != _Pidle {
proc.go#L5889: if pp.m != 0 {
proc.go#L5890: id = pp.m.ptr().id
proc.go#L5892: print("wirep: p->m=", pp.m, "(", id, ") p->status=", pp.status, "\n")
proc.go#L5897: pp.m.set(gp.m)
proc.go#L5919: if pp.m.ptr() != gp.m || pp.status != _Prunning {
proc.go#L5920: print("releasep: m=", gp.m, " m->p=", gp.m.p.ptr(), " p->m=", hex(pp.m), " p->status=", pp.status, "\n")
proc.go#L5924: pp.m = 0
proc.go#L6324: mp := pp.m.ptr()
proc.go#L6367: mp := pp.m.ptr()
runtime2.go#L657: m muintptr // back-link to associated m (nil if idle)
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |